Q3PolyLine_Submit
You can use theQ3PolyLine_Submit
function to submit an immediate polyline for drawing, picking, bounding, or writing.
TQ3Status Q3PolyLine_Submit ( const TQ3PolyLineData *polyLineData, TQ3ViewObject view);
polyLineData
- A pointer to a
TQ3PolyLineData
structure.view
- A view.
DESCRIPTION
TheQ3PolyLine_Submit
function submits for drawing, picking, bounding, or writing the immediate polyline whose shape and attribute sets are specified by thepolyLineData
parameter. The polyline is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.